Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix transactions service being stuck before warp sync finishes #1110

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Sep 5, 2023

Fix #1093

The main change is we process the messages at the same time as waiting for subscribe_all().

The side change where we do Box::pin instead of .boxed() is because .boxed() is now ambiguous after importing the other FutureExt trait.

@tomaka tomaka added this pull request to the merge queue Sep 5, 2023
Merged via the queue into smol-dot:main with commit d91bd01 Sep 5, 2023
21 checks passed
@tomaka tomaka deleted the fix-1093 branch September 5, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smoldot WebSocket connection attempts after chain.remove()
1 participant